home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / gridpl.exe / GLOBAL.BAS < prev    next >
Encoding:
BASIC Source File  |  1992-01-02  |  278 b   |  10 lines

  1. '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GLOBAL.BAS - Global ~~~~~~~~~~~~~~~~~~~~~~~
  2. Rem Global declarations for Thunder to DB-Library translation dll.
  3. Global Dbug As Integer
  4.  
  5. Rem Define TRUE and FALSE
  6. Global Const TRUE% = -1
  7. Global Const FALSE% = 0
  8. Global Const SUCCESS% = 1
  9.  
  10.